home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / communic / asycls11 / asynch.doc < prev    next >
Encoding:
Text File  |  1991-04-03  |  456 b   |  11 lines

  1. The files ASYNCH.H and ASYNCH.CPP are the actual source code to the
  2. asynchronous object class.  The file SPDTERM.CPP is merely a sample
  3. test program to test the interrupt and some of the functions of the
  4. class.  To compile, simply create a .PRJ file by loading up TC++,
  5. and create a project file with the items ASYNCH.CPP and SPDTERM.CPP.
  6. From command line, just make sure you link in the ASYNCH.OBJ with
  7. the SPDTERM.OBJ.
  8. Have fun.
  9.  
  10. Jui-Lin Hung
  11.